home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
- 'Description': u'',
- 'Host': u'Paint Shop Pro',
- 'Host Version': u'8.10'
- }
-
- def Preset_Lights():
- return {
- 'SelButton': 4,
- 'Darkness': 50,
- 'Lights': ((App.Constants.Boolean.true,(200,200,200),(0,-2,10,500,28,45,10,155)),(App.Constants.Boolean.true
- ,(200,200,200),(1,0,10,500,28,45,10,245)),(App.Constants.Boolean.true,(200,200,200),(0,-2,10
- ,500,28,45,10,335)),(App.Constants.Boolean.true,(200,200,200),(8,-2,10,500,28,45,10,65)),(App.Constants.Boolean.true
- ,(200,200,200),(0,0,10,160,28,10,10,198)))
- }
-
- def Do(Environment):
- # Lights
- App.Do( Environment, 'Lights', Preset_Lights())
-
-